home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 January: Mac OS SDK
/
Dev.CD Jan 97 SDK1.toast
/
Development Kits (Disc 1)
/
Interfaces&Libraries
/
Interfaces
/
CIncludes
/
WCharTDef.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-08-05
|
355 b
|
20 lines
|
[
TEXT/MPS
]
/*
StdDef.h -- Common definitions
Copyright Apple Computer,Inc. 1987-1990, 1994
All rights reserved.
wchar_t - this type is defined only by stddef and stdlib.
*/
#ifndef __WCHARTDEF__
#define __WCHARTDEF__
#ifdef __xlC
typedef unsigned short wchar_t;
#else /* __xlC */
typedef short wchar_t;
#endif /* __xlC */
#endif /* __WCHARTDEF__ */